﻿2026-07-26T11:47:53.5844349Z ##[group]Run actions/checkout@v5
2026-07-26T11:47:53.5844845Z with:
2026-07-26T11:47:53.5845151Z   repository: BigscreenVR/spt-bs-core
2026-07-26T11:47:53.5847721Z   token: ***
2026-07-26T11:47:53.5848005Z   ssh-strict: true
2026-07-26T11:47:53.5848435Z   ssh-user: git
2026-07-26T11:47:53.5848792Z   persist-credentials: true
2026-07-26T11:47:53.5849125Z   clean: true
2026-07-26T11:47:53.5849425Z   sparse-checkout-cone-mode: true
2026-07-26T11:47:53.5849774Z   fetch-depth: 1
2026-07-26T11:47:53.5850091Z   fetch-tags: false
2026-07-26T11:47:53.5850427Z   show-progress: true
2026-07-26T11:47:53.5850736Z   lfs: false
2026-07-26T11:47:53.5850998Z   submodules: false
2026-07-26T11:47:53.5851340Z   set-safe-directory: true
2026-07-26T11:47:53.5851719Z   allow-unsafe-pr-checkout: false
2026-07-26T11:47:53.5852052Z env:
2026-07-26T11:47:53.5852342Z   SPT_ATTACH_GATE_WATCHDOG_MS: 120000
2026-07-26T11:47:53.5852716Z   SPT_ATTACH_IPC_DEADLINE_MS: 30000
2026-07-26T11:47:53.5853064Z ##[endgroup]
2026-07-26T11:47:53.7978081Z Syncing repository: BigscreenVR/spt-bs-core
2026-07-26T11:47:53.7979309Z ##[group]Getting Git version info
2026-07-26T11:47:53.7979829Z Working directory is 'C:\actions-runner\_work\spt-bs-core\spt-bs-core'
2026-07-26T11:47:53.8384586Z [command]"C:\Program Files\Git\cmd\git.exe" version
2026-07-26T11:47:53.8609424Z git version 2.43.0.windows.1
2026-07-26T11:47:53.8639834Z ##[endgroup]
2026-07-26T11:47:53.8647773Z Copying 'C:\Users\decid\.gitconfig' to 'C:\actions-runner\_work\_temp\56515165-a389-4c5a-9750-aafb3f52f6ee\.gitconfig'
2026-07-26T11:47:53.8664261Z Temporarily overriding HOME='C:\actions-runner\_work\_temp\56515165-a389-4c5a-9750-aafb3f52f6ee' before making global git config changes
2026-07-26T11:47:53.8665201Z Adding repository directory to the temporary git global config as a safe directory
2026-07-26T11:47:53.8670932Z [command]"C:\Program Files\Git\cmd\git.exe" config --global --add safe.directory C:\actions-runner\_work\spt-bs-core\spt-bs-core
2026-07-26T11:47:53.8955528Z [command]"C:\Program Files\Git\cmd\git.exe" config --local --get remote.origin.url
2026-07-26T11:47:53.9172460Z https://github.com/BigscreenVR/spt-bs-core
2026-07-26T11:47:53.9199237Z ##[group]Removing previously created refs, to avoid conflicts
2026-07-26T11:47:53.9204176Z [command]"C:\Program Files\Git\cmd\git.exe" rev-parse --symbolic-full-name --verify --quiet HEAD
2026-07-26T11:47:53.9437615Z refs/heads/main
2026-07-26T11:47:53.9462032Z [command]"C:\Program Files\Git\cmd\git.exe" checkout --detach
2026-07-26T11:47:53.9812341Z HEAD is now at 464a4616 Merge pull request #83 from BigscreenVR/docs/liam-return-harvest
2026-07-26T11:47:54.0109720Z ##[endgroup]
2026-07-26T11:47:54.0113891Z [command]"C:\Program Files\Git\cmd\git.exe" submodule status
2026-07-26T11:47:54.4233740Z ##[group]Cleaning the repository
2026-07-26T11:47:54.4237963Z [command]"C:\Program Files\Git\cmd\git.exe" clean -ffdx
2026-07-26T11:47:56.0012638Z Removing target/
2026-07-26T11:47:56.0041348Z [command]"C:\Program Files\Git\cmd\git.exe" reset --hard HEAD
2026-07-26T11:47:56.0581056Z HEAD is now at 464a4616 Merge pull request #83 from BigscreenVR/docs/liam-return-harvest
2026-07-26T11:47:56.0606442Z ##[endgroup]
2026-07-26T11:47:56.0610769Z ##[group]Disabling automatic garbage collection
2026-07-26T11:47:56.0616124Z [command]"C:\Program Files\Git\cmd\git.exe" config --local gc.auto 0
2026-07-26T11:47:56.0921871Z ##[endgroup]
2026-07-26T11:47:56.0922597Z ##[group]Setting up auth
2026-07-26T11:47:56.0930925Z [command]"C:\Program Files\Git\cmd\git.exe" config --local --name-only --get-regexp core\.sshCommand
2026-07-26T11:47:56.1191866Z [command]"C:\Program Files\Git\cmd\git.exe" submodule foreach --recursive "sh -c \"git config --local --name-only --get-regexp 'core\.sshCommand' && git config --local --unset-all 'core.sshCommand' || :\""
2026-07-26T11:47:56.5258962Z [command]"C:\Program Files\Git\cmd\git.exe" config --local --name-only --get-regexp http\.https\:\/\/github\.com\/\.extraheader
2026-07-26T11:47:56.5515327Z [command]"C:\Program Files\Git\cmd\git.exe" submodule foreach --recursive "sh -c \"git config --local --name-only --get-regexp 'http\.https\:\/\/github\.com\/\.extraheader' && git config --local --unset-all 'http.https://github.com/.extraheader' || :\""
2026-07-26T11:47:56.9793185Z [command]"C:\Program Files\Git\cmd\git.exe" config --local --name-only --get-regexp ^includeIf\.gitdir:
2026-07-26T11:47:57.0031303Z [command]"C:\Program Files\Git\cmd\git.exe" submodule foreach --recursive "git config --local --show-origin --name-only --get-regexp remote.origin.url"
2026-07-26T11:47:57.4082481Z [command]"C:\Program Files\Git\cmd\git.exe" config --local http.https://github.com/.extraheader "AUTHORIZATION: basic ***"
2026-07-26T11:47:57.4415949Z ##[endgroup]
2026-07-26T11:47:57.4416439Z ##[group]Fetching the repository
2026-07-26T11:47:57.4423442Z [command]"C:\Program Files\Git\cmd\git.exe" -c protocol.version=2 fetch --no-tags --prune --no-recurse-submodules --depth=1 origin +f87c586f7c5de55347986ad730f31bc15d0d20ed:refs/remotes/pull/84/merge
2026-07-26T11:47:58.1183971Z From https://github.com/BigscreenVR/spt-bs-core
2026-07-26T11:47:58.1184543Z  + 61aea39d...f87c586f f87c586f7c5de55347986ad730f31bc15d0d20ed -> pull/84/merge  (forced update)
2026-07-26T11:47:58.1315210Z ##[endgroup]
2026-07-26T11:47:58.1315612Z ##[group]Determining the checkout info
2026-07-26T11:47:58.1316901Z ##[endgroup]
2026-07-26T11:47:58.1326348Z [command]"C:\Program Files\Git\cmd\git.exe" sparse-checkout disable
2026-07-26T11:47:58.1610617Z [command]"C:\Program Files\Git\cmd\git.exe" config --local --unset-all extensions.worktreeConfig
2026-07-26T11:47:58.1912623Z ##[group]Checking out the ref
2026-07-26T11:47:58.1919886Z [command]"C:\Program Files\Git\cmd\git.exe" checkout --progress --force refs/remotes/pull/84/merge
2026-07-26T11:47:58.2943635Z Previous HEAD position was 464a4616 Merge pull request #83 from BigscreenVR/docs/liam-return-harvest
2026-07-26T11:47:58.2944373Z HEAD is now at f87c586f Merge 3f1af6a568e063201e9dca110afdef2974dbcb8f into 464a46169b1da9e97e66e02cf51197154f22d651
2026-07-26T11:47:58.2971715Z ##[endgroup]
2026-07-26T11:47:58.3239399Z [command]"C:\Program Files\Git\cmd\git.exe" log -1 --format=%H
2026-07-26T11:47:58.3468486Z f87c586f7c5de55347986ad730f31bc15d0d20ed
